home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5517 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  42 lines

  1. Newsgroups: comp.lang.c++
  2. Path: wdl1.wdl.loral.com!lds081!news
  3. From: John Whitmire <whitmire@lds.loral.com>
  4. Subject: Re: need small simple matrix library
  5. Content-Type: text/plain; charset=us-ascii
  6. Message-ID: <31162F84.1A6@lds.loral.com>
  7. Sender: news@lds.loral.com
  8. Content-Transfer-Encoding: 7bit
  9. Organization: Loral Data Systems
  10. References: <4eg5p6$p59@gosset.maths.tcd.ie> <4enqa6$qlr@fsuj01.rz.uni-jena.de> <4f2lcm$t4b@gosset.maths.tcd.ie>
  11. Mime-Version: 1.0
  12. Date: Mon, 5 Feb 1996 16:25:40 GMT
  13. X-Mailer: Mozilla 2.0b5 (Win16; I)
  14.  
  15. Stephen Kennedy wrote:
  16. > mkt@isun04.inf.uni-jena.de (Tilo Koerbs) writes:
  17. > >What kind of matrix library are you looking for?
  18. > >- Do you need a template class for mathematical matrices
  19. > >- What operations does your matrix need?
  20. > >[...]
  21. > Yes, I should have been more specific.
  22. > In the short term, I think a double one would be
  23. > what I need. I'll be dealing with smallish 3x3
  24. > to 7x7 square matrices and vectors of the same size.
  25. > I'll only need the most basic of operators,
  26. > + - * /(inverse) = >> and <<
  27. > I did get started writing a class, but much of the
  28. > work is quite tedious and repetitive, I feel like
  29. > I'm reinventing the wheel all over again.
  30. > StephenIt may be overkill for you, but Bryan Flamig presents several options for 
  31. what you want in his book "Practical Data Structures in C++", Wiley & 
  32. Sons, ISBN 0-471-55863-X.
  33. -- 
  34. =====================================================
  35. John Whitmire (whitmire@lds.loral.com)
  36.